HEX
Server: LiteSpeed
System: Linux venus 5.15.0-153-generic #163-Ubuntu SMP Thu Aug 7 16:37:18 UTC 2025 x86_64
User: axxoncom (1007)
PHP: 8.3.19
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: /home/axxoncom/domains/draqee.com/public_html/wp-config.php
<?php

// BEGIN iThemes Security - Do not modify or remove this line
// iThemes Security Config Details: 2
define( 'FORCE_SSL_ADMIN', true ); // Redirect All HTTP Page Requests to HTTPS - Security > Settings > Enforce SSL
define( 'DISALLOW_FILE_EDIT', true ); // Disable File Editor - Security > Settings > WordPress Tweaks > File Editor
// END iThemes Security - Do not modify or remove this line

define( 'ITSEC_ENCRYPTION_KEY', 'SFpycHo3W3p8OHs7V0pCcDssLURnd0tCVGNvOHNoQmBBY1lwPzd9QThZQGBCPz4qUSkoZF5Sa1E7NHk0dkRpYw==' );

define( 'WP_CACHE', true );


/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the installation.
 * You don't have to use the website, you can copy this file to "wp-config.php"
 * and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * Database settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/
 *
 * @package WordPress
 */

// ** Database settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define( 'DB_NAME', 'axxoncom_wp835' );

/** Database username */
define( 'DB_USER', 'axxoncom_wp835' );

/** Database password */
define( 'DB_PASSWORD', 'Media@draqee.com' );

/** Database hostname */
define( 'DB_HOST', 'localhost' );

/** Database charset to use in creating database tables. */
define( 'DB_CHARSET', 'utf8' );

/** The database collate type. Don't change this if in doubt. */
define( 'DB_COLLATE', '' );

/**#@+
 * Authentication unique keys and salts.
 *
 * Change these to different unique phrases! You can generate these using
 * the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}.
 *
 * You can change these at any point in time to invalidate all existing cookies.
 * This will force all users to have to log in again.
 *
 * @since 2.6.0
 */
define('AUTH_KEY',         'IxI%p(9opG#qcvf2VJe@u{7~P$5[1?&cT*.UT[p:A@>R1q]U?QfUU`C/U s~A&s9');
define('SECURE_AUTH_KEY',  '{KY0BxTM:$S-g72?mOc<be}5D72k42`0L&U?pyPlgYh5S$(tldMOKN>8RDVrNm](');
define('LOGGED_IN_KEY',    'F<C#0ni_iB R<Sv<H ?l{Vany.k&!^?O,RYfR.}w+>YB6n8eUpmV7).XLFf8>-hS');
define('NONCE_KEY',        'rjHP4ATeD~5fUgs{IwcEU.@$;opGiq+8KVpKb@K/Ogo{Mut#jKf%7fs0J5sZQf^2');
define('AUTH_SALT',        'L<.*t)YLubX&/>=[M&_p`_G]SNP/4QO@GSLe]0%p0iz<ZiJe^!Ka)^~ `U5kvnK=');
define('SECURE_AUTH_SALT', '?$l>8kl{P%>U;UtFORiAAK;P-fhg3g0!3qpM=(4DH~BcCs{4AKi,??R=2Q-H#sJ ');
define('LOGGED_IN_SALT',   'E]nsh2n82OQdxenEI>5R0[;#W47!DqG]anq2NQqStles^5Iy,YoYm;~/kIP-wC|U');
define('NONCE_SALT',       '0IM7*K5Ec.`@ .+S_+b_F4:g;]SGHZ: K6s)E~ze=(QRkZ!z,5m{$kx[9obz,ncl');

/**#@-*/

/**
 * WordPress database table prefix.
 *
 * You can have multiple installations in one database if you give each
 * a unique prefix. Only numbers, letters, and underscores please!
 *
 * At the installation time, database tables are created with the specified prefix.
 * Changing this value after WordPress is installed will make your site think
 * it has not been installed.
 *
 * @link https://developer.wordpress.org/advanced-administration/wordpress/wp-config/#table-prefix
 */
$table_prefix = 'jahvkh_';

/**
 * For developers: WordPress debugging mode.
 *
 * Change this to true to enable the display of notices during development.
 * It is strongly recommended that plugin and theme developers use WP_DEBUG
 * in their development environments.
 *
 * For information on other constants that can be used for debugging,
 * visit the documentation.
 *
 * @link https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/
 */
define( 'WP_DEBUG', false );

/* Add any custom values between this line and the "stop editing" line. */



/* That's all, stop editing! Happy publishing. */

/** Absolute path to the WordPress directory. */
if ( ! defined( 'ABSPATH' ) ) {
	define( 'ABSPATH', __DIR__ . '/' );
}

/** Sets up WordPress vars and included files. */
require_once ABSPATH . 'wp-settings.php';